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

Unified Diff: third_party/WebKit/Source/platform/scroll/DEPS

Issue 1602773006: blink: Make WebMainThreadScrollingReason wrap the cc enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enumwrap: rebase 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/Source/platform/scroll/DEPS
diff --git a/third_party/WebKit/Source/platform/scroll/DEPS b/third_party/WebKit/Source/platform/scroll/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8d825ff202ef7300422ba2fcfd874510b7732f81
--- /dev/null
+++ b/third_party/WebKit/Source/platform/scroll/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+cc",
+ "-cc/blink",
+]

Powered by Google App Engine
This is Rietveld 408576698