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

Unified Diff: android_webview/native/aw_contents.h

Issue 11732002: [Android WebView] Update SW rendering to use SkPicture and fix scrolling cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to use SkPicture and simplify. Created 7 years, 11 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 905240feb79ca2642d1baafb05530d7c3e21cc15..d482465afa9078b63f2ef04a436a01128b3064e8 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -146,11 +146,11 @@ class AwContents : public FindHelper::Listener,
scoped_refptr<cc::Layer> scissor_clip_layer_;
scoped_refptr<cc::Layer> transform_layer_;
scoped_refptr<cc::Layer> view_clip_layer_;
+ gfx::Point hw_rendering_scroll_;
gfx::Size view_size_;
bool view_visible_;
bool compositor_visible_;
bool is_composite_pending_;
- int last_scroll_x_, last_scroll_y_;
// Used only for detecting Android View System context changes.
// Not to be used between draw calls.

Powered by Google App Engine
This is Rietveld 408576698