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

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

Issue 8764001: Plumb damage rect to browser compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. 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
« no previous file with comments | « no previous file | content/browser/renderer_host/accelerated_surface_container_linux_cc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/accelerated_surface_container_linux.h
diff --git a/content/browser/renderer_host/accelerated_surface_container_linux.h b/content/browser/renderer_host/accelerated_surface_container_linux.h
index 3dfbf2214a5e4058dfc01262b5cf47dc725c8a8b..1cb8ea1b49da49a4c7005d6628ff72da66b85e79 100644
--- a/content/browser/renderer_host/accelerated_surface_container_linux.h
+++ b/content/browser/renderer_host/accelerated_surface_container_linux.h
@@ -31,6 +31,8 @@ class AcceleratedSurfaceContainerLinux {
virtual ui::Texture* GetTexture() = 0;
+ virtual const gfx::Size& GetSize() = 0;
+
static AcceleratedSurfaceContainerLinux* Create(const gfx::Size& size);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/accelerated_surface_container_linux_cc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698