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

Unified Diff: services/ui/public/cpp/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 | « no previous file | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_compositor_frame_sink.cc
diff --git a/services/ui/public/cpp/window_compositor_frame_sink.cc b/services/ui/public/cpp/window_compositor_frame_sink.cc
index 4c2e863522bd49e01f4564baf7779515532f7bb8..2d893733bc679977bfcb12a1fc7e36f8cc5ca5be 100644
--- a/services/ui/public/cpp/window_compositor_frame_sink.cc
+++ b/services/ui/public/cpp/window_compositor_frame_sink.cc
@@ -115,7 +115,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 | « no previous file | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698