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

Unified Diff: content/browser/android/in_process/synchronous_compositor_output_surface.h

Issue 16613002: Hook up android webview synchronous compositor GL init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: why is gcc so tolerant of errors?! Created 7 years, 6 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
Index: content/browser/android/in_process/synchronous_compositor_output_surface.h
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.h b/content/browser/android/in_process/synchronous_compositor_output_surface.h
index 78672fdcce7c3be4399945e457076f50bf6b511e..508d2b45af39f76cb09b6304467679cf36c7221f 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.h
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.h
@@ -53,11 +53,11 @@ class SynchronousCompositorOutputSurface
virtual void SwapBuffers(const ui::LatencyInfo& info) OVERRIDE;
// Partial SynchronousCompositor API implementation.
- bool IsHwReady();
- bool DemandDrawSw(SkCanvas* canvas);
+ bool InitializeHwDraw();
bool DemandDrawHw(gfx::Size surface_size,
const gfx::Transform& transform,
gfx::Rect clip);
+ bool DemandDrawSw(SkCanvas* canvas);
private:
class SoftwareDevice;

Powered by Google App Engine
This is Rietveld 408576698