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

Side by Side Diff: components/mus/surfaces/top_level_display_client.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, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/mus/surfaces/top_level_display_client.h" 5 #include "components/mus/surfaces/top_level_display_client.h"
6 6
7 #include "cc/output/compositor_frame.h" 7 #include "cc/output/compositor_frame.h"
8 #include "cc/surfaces/display.h" 8 #include "cc/surfaces/display.h"
9 #include "cc/surfaces/surface.h" 9 #include "cc/surfaces/surface.h"
10 #include "components/mus/gles2/gpu_state.h" 10 #include "components/mus/gles2/gpu_state.h"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 void TopLevelDisplayClient::ReturnResources( 102 void TopLevelDisplayClient::ReturnResources(
103 const cc::ReturnedResourceArray& resources) { 103 const cc::ReturnedResourceArray& resources) {
104 // TODO(fsamuel): Implement this. 104 // TODO(fsamuel): Implement this.
105 } 105 }
106 106
107 void TopLevelDisplayClient::SetBeginFrameSource( 107 void TopLevelDisplayClient::SetBeginFrameSource(
108 cc::SurfaceId surface_id, 108 cc::SurfaceId surface_id,
109 cc::BeginFrameSource* begin_frame_source) { 109 cc::BeginFrameSource* begin_frame_source) {
110 // TODO(tansell): Implement this. 110 // TODO(tansell): Implement this.
111 NOTIMPLEMENTED();
112 } 111 }
113 112
114 } // namespace mus 113 } // namespace mus
OLDNEW
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698