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

Unified Diff: third_party/WebKit/Source/web/InspectorRenderingAgent.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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: third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
index 002fc6602618d885d9b825bab70900346c3f8dac..77c7ee03d5a7897bec01d768ec0a2bdaa990713c 100644
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
@@ -107,7 +107,7 @@ Response InspectorRenderingAgent::setShowViewportSizeOnResize(bool show) {
}
Response InspectorRenderingAgent::compositingEnabled() {
- if (!webViewImpl()->page()->settings().acceleratedCompositingEnabled())
+ if (!webViewImpl()->page()->settings().getAcceleratedCompositingEnabled())
return Response::Error("Compositing mode is not supported");
return Response::OK();
}
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698