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

Unified Diff: content/renderer/BUILD.gn

Issue 2489083002: Revert of Disable scrollbar snapback on desktop Linux (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7b2bbada4776a83a8c6ddc42f63a5499764f8559..aaadc67e58a0a71faeb867f17e78b4bb0b205e68 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -380,8 +380,8 @@
"webgraphicscontext3d_provider_impl.h",
"webpublicsuffixlist_impl.cc",
"webpublicsuffixlist_impl.h",
- "webscrollbarbehavior_impl_aura.cc",
- "webscrollbarbehavior_impl_aura.h",
+ "webscrollbarbehavior_impl_gtkoraura.cc",
+ "webscrollbarbehavior_impl_gtkoraura.h",
"webscrollbarbehavior_impl_mac.h",
"webscrollbarbehavior_impl_mac.mm",
"websharedworker_proxy.cc",
@@ -482,8 +482,8 @@
if (is_mac) {
sources -= [
- "webscrollbarbehavior_impl_aura.cc",
- "webscrollbarbehavior_impl_aura.h",
+ "webscrollbarbehavior_impl_gtkoraura.cc",
+ "webscrollbarbehavior_impl_gtkoraura.h",
]
}
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698