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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.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
« no previous file with comments | « components/exo/surface.h ('k') | content/browser/frame_host/render_widget_host_view_child_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 74d535b84ed5d843170379a5752689c2a05c72d4..781c2cff92cfad25252c04641233bf2eee9cb556 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -30,7 +30,6 @@
namespace cc {
class SurfaceFactory;
-enum class SurfaceDrawStatus;
}
@@ -170,7 +169,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
// Declared 'public' instead of 'protected' here to allow derived classes
// to Bind() to it.
- void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
+ void SurfaceDrawn(uint32_t output_surface_id);
// Exposed for tests.
bool IsChildFrameForTesting() const override;
« no previous file with comments | « components/exo/surface.h ('k') | content/browser/frame_host/render_widget_host_view_child_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698