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

Unified Diff: android_webview/browser/surfaces_instance.h

Issue 2848223003: Enforce constant size and device scale factor for surfaces (Closed)
Patch Set: Notify CFSSClient when a frame is rejected 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 f84ae0551100286f453315b9ac60b99288094587..cd0ca919ef57ba52bfa80949987833ca525bee3f 100644
--- a/android_webview/browser/surfaces_instance.h
+++ b/android_webview/browser/surfaces_instance.h
@@ -71,6 +71,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
void WillDrawSurface(const cc::LocalSurfaceId& local_surface_id,
const gfx::Rect& damage_rect) override;
void ReclaimResources(const cc::ReturnedResourceArray& resources) override;
+ void DidRejectCompositorFrame() override;
void SetSolidColorRootFrame();

Powered by Google App Engine
This is Rietveld 408576698