Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: content/browser/renderer_host/accelerated_surface_container_manager_mac.h

Issue 8726046: Partial swaps on OSX (Closed) Base URL: backer@fancypants:chromium/src@master
Patch Set: Now with 10.6 support. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/accelerated_surface_container_manager_mac.h
diff --git a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
index 8e5cd22cdc6507a9f2b652e04cecff53de8b8b85..8afd36b84270793c2cad5760216d5720ec8764e5 100644
--- a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
+++ b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
@@ -79,6 +79,10 @@ class AcceleratedSurfaceContainerManagerMac {
// Notifies a surface that it has been painted to.
void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id, uint64 surface_id);
+ void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id,
+ uint64 surface_id,
+ int x, int y,
+ int width, int height);
// Notifies the root container that its surface is invalid.
void SetRootSurfaceInvalid();

Powered by Google App Engine
This is Rietveld 408576698