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

Unified Diff: services/ui/gpu/gpu_service_mus.cc

Issue 2096843002: mus+ash: Enable Chrome HW rendering in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a compile error Created 4 years, 5 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
Index: services/ui/gpu/gpu_service_mus.cc
diff --git a/services/ui/gpu/gpu_service_mus.cc b/services/ui/gpu/gpu_service_mus.cc
index b94b3fb3651156341ee3af9d08e92b804af28398..b90036248530c6f6c1488bd4f999a661e691a603 100644
--- a/services/ui/gpu/gpu_service_mus.cc
+++ b/services/ui/gpu/gpu_service_mus.cc
@@ -151,7 +151,8 @@ void GpuServiceMus::SendAcceleratedSurfaceCreatedChildWindow(
#endif
void GpuServiceMus::SetActiveURL(const GURL& url) {
- NOTIMPLEMENTED();
+ // Comment out the NOTIMPLEMENTED(). It is too verbose.
+ // NOTIMPLEMENTED();
piman 2016/07/07 21:02:21 nit: either remove the code (e.g. write a TODO) or
Peng 2016/07/07 21:33:37 Done.
}
void GpuServiceMus::Initialize() {

Powered by Google App Engine
This is Rietveld 408576698