diff options
author | alexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 22:31:03 +0000 |
---|---|---|
committer | alexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 22:31:03 +0000 |
commit | cc8ed216c6dbd8990215b084653db76891e0b9c0 (patch) | |
tree | 460b04edb172e1bb24fdb155111a805daf4a2981 /content/browser/browser_plugin/browser_plugin_embedder.h | |
parent | 7ff87d9980bc908ab45505654e9146f77052fcbc (diff) | |
download | chromium_src-cc8ed216c6dbd8990215b084653db76891e0b9c0.zip chromium_src-cc8ed216c6dbd8990215b084653db76891e0b9c0.tar.gz chromium_src-cc8ed216c6dbd8990215b084653db76891e0b9c0.tar.bz2 |
Prepare for webview compositing on MACOSX.
We need to ACK buffers different when threaded compositing
is not turned on.
BUG=143429
Review URL: https://chromiumcodereview.appspot.com/12193021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_plugin/browser_plugin_embedder.h')
-rw-r--r-- | content/browser/browser_plugin/browser_plugin_embedder.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h index b845007..fe0e041 100644 --- a/content/browser/browser_plugin/browser_plugin_embedder.h +++ b/content/browser/browser_plugin/browser_plugin_embedder.h @@ -126,10 +126,11 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, int request_id, const gfx::Point& position); void OnPluginDestroyed(int instance_id); - void OnSwapBuffersACK(int route_id, - int gpu_host_id, - const std::string& mailbox_name, - uint32 sync_point); + void OnUnhandledSwapBuffersACK(int instance_id, + int route_id, + int gpu_host_id, + const std::string& mailbox_name, + uint32 sync_point); // Static factory instance (always NULL for non-test). static BrowserPluginHostFactory* factory_; |