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

Unified Diff: third_party/WebKit/public/platform/WebMainThreadScrollingReason.h

Issue 1604053002: cc: Fix enum style conformance in InputHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/public/platform/WebMainThreadScrollingReason.h
diff --git a/third_party/WebKit/public/platform/WebMainThreadScrollingReason.h b/third_party/WebKit/public/platform/WebMainThreadScrollingReason.h
index 7dcae44fb637f9ff1c0c47ca984eb15ec47a0cb3..c430d66c309033651dd21c2fba79359d647d459d 100644
--- a/third_party/WebKit/public/platform/WebMainThreadScrollingReason.h
+++ b/third_party/WebKit/public/platform/WebMainThreadScrollingReason.h
@@ -9,7 +9,7 @@
namespace blink {
-// Ensure this stays in sync with InputHandler::MainThreadScrollingReason.
+// Ensure this stays in sync with cc::MainThreadScrollingReason.
namespace WebMainThreadScrollingReason {
enum WebMainThreadScrollingReason {
NotScrollingOnMain = 0,

Powered by Google App Engine
This is Rietveld 408576698