diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 18:09:19 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 18:09:19 +0000 |
commit | 261746fea395fb1587311bad6c185a4cde8335ec (patch) | |
tree | 19b195aed42d23ed988175081e75e96810ca6fbc /content/common/browser_plugin/browser_plugin_constants.h | |
parent | 03d9afc0b775748203170a27014a3ee3500aecc2 (diff) | |
download | chromium_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.h | 1 |
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[]; |