summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
diff options
context:
space:
mode:
authorbrianderson <brianderson@chromium.org>2015-10-28 12:38:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 19:39:59 +0000
commitea1e159e5ab8b5221b1f43e4cff8a1f92fdf5f17 (patch)
treedfb0649503e8f2ee1036eea1809e411b6d51d66a /cc/surfaces
parent09a5b6e3cc18bac9b556c2ee5dd53bb96c80c0fd (diff)
downloadchromium_src-ea1e159e5ab8b5221b1f43e4cff8a1f92fdf5f17.zip
chromium_src-ea1e159e5ab8b5221b1f43e4cff8a1f92fdf5f17.tar.gz
chromium_src-ea1e159e5ab8b5221b1f43e4cff8a1f92fdf5f17.tar.bz2
Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource's
It's too noisy. Kept the TODOs though. BUG=547843 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1415103005 Cr-Commit-Position: refs/heads/master@{#356615}
Diffstat (limited to 'cc/surfaces')
-rw-r--r--cc/surfaces/surface_display_output_surface.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/surfaces/surface_display_output_surface.cc b/cc/surfaces/surface_display_output_surface.cc
index 9e9ade7..31a8543 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) {