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

Unified Diff: chrome/browser/renderer_host/accelerated_surface_container_touch.h

Issue 7552039: Vend common GL context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. Created 9 years, 4 months 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 | chrome/browser/renderer_host/accelerated_surface_container_touch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/accelerated_surface_container_touch.h
diff --git a/chrome/browser/renderer_host/accelerated_surface_container_touch.h b/chrome/browser/renderer_host/accelerated_surface_container_touch.h
index e38532afb91b09dee5b4257f7665ec02fa3d8c5b..4303cd87a44d835d1b47f1b652613e0f977827c9 100644
--- a/chrome/browser/renderer_host/accelerated_surface_container_touch.h
+++ b/chrome/browser/renderer_host/accelerated_surface_container_touch.h
@@ -16,7 +16,6 @@
class AcceleratedSurfaceContainerTouch : public ui::TextureGL {
public:
static AcceleratedSurfaceContainerTouch* CreateAcceleratedSurfaceContainer(
- ui::CompositorGL* compositor,
const gfx::Size& size,
uint64 surface_handle);
@@ -26,9 +25,7 @@ class AcceleratedSurfaceContainerTouch : public ui::TextureGL {
const gfx::Size& overall_size) OVERRIDE;
protected:
- AcceleratedSurfaceContainerTouch(
- ui::CompositorGL* compositor,
- const gfx::Size& size);
+ explicit AcceleratedSurfaceContainerTouch(const gfx::Size& size);
private:
DISALLOW_COPY_AND_ASSIGN(AcceleratedSurfaceContainerTouch);
« no previous file with comments | « no previous file | chrome/browser/renderer_host/accelerated_surface_container_touch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698