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

Unified Diff: cc/surfaces/surface_display_output_surface.cc

Issue 1415103005: Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « android_webview/browser/hardware_renderer.cc ('k') | components/mus/surfaces/top_level_display_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_display_output_surface.cc
diff --git a/cc/surfaces/surface_display_output_surface.cc b/cc/surfaces/surface_display_output_surface.cc
index 9e9ade72c96dee4a5d84c107c2c2b7f1c816377c..31a8543fc724862ca11fc5f18ac6393880d59604 100644
--- a/cc/surfaces/surface_display_output_surface.cc
+++ b/cc/surfaces/surface_display_output_surface.cc
@@ -97,7 +97,6 @@ void SurfaceDisplayOutputSurface::SetBeginFrameSource(
SurfaceId surface_id,
BeginFrameSource* begin_frame_source) {
// TODO(tansell): Hook this up.
- NOTIMPLEMENTED();
}
void SurfaceDisplayOutputSurface::SwapBuffersComplete(SurfaceDrawStatus drawn) {
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | components/mus/surfaces/top_level_display_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698