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

Unified Diff: android_webview/native/java_browser_view_renderer_helper.h

Issue 1145273003: aw: Force auxiliary bitmap on android emulators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « android_webview/native/aw_picture.cc ('k') | android_webview/native/java_browser_view_renderer_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/java_browser_view_renderer_helper.h
diff --git a/android_webview/native/java_browser_view_renderer_helper.h b/android_webview/native/java_browser_view_renderer_helper.h
index cf3dace36490148fabe234c008983121c3abaa87..874f008e2da21523303d0b4cfe95aab4c4545c6e 100644
--- a/android_webview/native/java_browser_view_renderer_helper.h
+++ b/android_webview/native/java_browser_view_renderer_helper.h
@@ -22,7 +22,8 @@ class SoftwareCanvasHolder {
static scoped_ptr<SoftwareCanvasHolder> Create(
jobject java_canvas,
const gfx::Vector2d& scroll_correction,
- const gfx::Size& auxiliary_bitmap_size);
+ const gfx::Size& auxiliary_bitmap_size,
+ bool force_auxiliary_bitmap);
virtual ~SoftwareCanvasHolder() {}
« no previous file with comments | « android_webview/native/aw_picture.cc ('k') | android_webview/native/java_browser_view_renderer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698