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

Unified Diff: android_webview/browser/surfaces_instance.h

Issue 2856913002: Don't submit empty frames in android webview (Closed)
Patch Set: c Created 3 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
Index: android_webview/browser/surfaces_instance.h
diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
index 13f75e83b3eb689178630396c0335f37b4394e11..f168b3f407a30485a25ea31b2037b52c5f42a5f1 100644
--- a/android_webview/browser/surfaces_instance.h
+++ b/android_webview/browser/surfaces_instance.h
@@ -90,6 +90,8 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
// This is owned by |display_|.
ParentOutputSurface* output_surface_;
+ gfx::Size surface_size_;
+
DISALLOW_COPY_AND_ASSIGN(SurfacesInstance);
};

Powered by Google App Engine
This is Rietveld 408576698