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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Scott's comments Created 4 years, 5 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: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index b52f37e6084ed697a585595a52257e5c00470369..b5554c7361fc0bdd900749dfa395828d1822a46d 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -46,7 +46,6 @@ class CopyOutputResult;
class Layer;
class SurfaceFactory;
class SurfaceIdAllocator;
-enum class SurfaceDrawStatus;
}
namespace blink {
@@ -259,7 +258,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
static void OnContextLost();
private:
- void RunAckCallbacks(cc::SurfaceDrawStatus status);
+ void RunAckCallbacks();
void DestroyDelegatedContent();
void CheckOutputSurfaceChanged(uint32_t output_surface_id);

Powered by Google App Engine
This is Rietveld 408576698