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

Unified Diff: ui/aura/mus/window_compositor_frame_sink.cc

Issue 2548383002: Remove two NOTIMPLEMENTED() added in CL 2544103002 to reduce console spam (Closed)
Patch Set: Removed NOTIMPLEMENTED() in aura::WindowCompositorFrameSink::WillDrawSurface() Created 4 years 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 | « services/ui/ws/frame_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_compositor_frame_sink.cc
diff --git a/ui/aura/mus/window_compositor_frame_sink.cc b/ui/aura/mus/window_compositor_frame_sink.cc
index 21f623a25be7f89c4d4c65fd0a8bc3a26693a5b9..7d252b89d69e1edbe206a486c1f95342d9988f0a 100644
--- a/ui/aura/mus/window_compositor_frame_sink.cc
+++ b/ui/aura/mus/window_compositor_frame_sink.cc
@@ -113,7 +113,6 @@ void WindowCompositorFrameSink::ReclaimResources(
void WindowCompositorFrameSink::WillDrawSurface() {
// TODO(fsamuel, staraz): Implement this.
- NOTIMPLEMENTED();
}
void WindowCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frames) {
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698