| 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.
|
|
|