summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin/browser_plugin_constants.h
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 18:09:19 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 18:09:19 +0000
commit261746fea395fb1587311bad6c185a4cde8335ec (patch)
tree19b195aed42d23ed988175081e75e96810ca6fbc /content/common/browser_plugin/browser_plugin_constants.h
parent03d9afc0b775748203170a27014a3ee3500aecc2 (diff)
downloadchromium_src-261746fea395fb1587311bad6c185a4cde8335ec.zip
chromium_src-261746fea395fb1587311bad6c185a4cde8335ec.tar.gz
chromium_src-261746fea395fb1587311bad6c185a4cde8335ec.tar.bz2
<webview>: Expose transparency API
BUG=157628 Review URL: https://codereview.chromium.org/95693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_constants.h')
-rw-r--r--content/common/browser_plugin/browser_plugin_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.h b/content/common/browser_plugin/browser_plugin_constants.h
index 8e911f0..f870c48 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -31,6 +31,7 @@ extern const char kEventInternalInstanceIDAllocated[];
extern const char kEventInternalTrackedObjectGone[];
// Attributes.
+extern const char kAttributeAllowTransparency[];
extern const char kAttributeApi[];
extern const char kAttributeAutoSize[];
extern const char kAttributeContentWindow[];