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.cc | |
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.cc')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc index d936b3d..ea3925d 100644 --- a/content/common/browser_plugin/browser_plugin_constants.cc +++ b/content/common/browser_plugin/browser_plugin_constants.cc @@ -31,6 +31,7 @@ const char kEventInternalInstanceIDAllocated[] = "instanceid-allocated"; const char kEventInternalTrackedObjectGone[] = "trackedobjectgone"; // Attributes. +const char kAttributeAllowTransparency[] = "allowtransparency"; const char kAttributeApi[] = "api"; const char kAttributeAutoSize[] = "autosize"; const char kAttributeContentWindow[] = "contentWindow"; |