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

Unified Diff: third_party/WebKit/Source/web/tests/FrameTestHelpers.h

Issue 1511003003: Use refs for non-null GraphicsContext, Scrollbar, etc. in scrollbar related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ScrollbarRemove
Patch Set: yet another mac fix Created 5 years 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/tests/FrameTestHelpers.h
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
index 74be950d92427563f61f622f0e0f275565cebc9b..22302709b6b51749bd4432e54be27399e8553091 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
@@ -87,7 +87,7 @@ public:
{
Settings::setMockScrollbarsEnabled(true);
RuntimeEnabledFeatures::setOverlayScrollbarsEnabled(true);
- EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
+ EXPECT_TRUE(ScrollbarTheme::theme().usesOverlayScrollbars());
}
~UseMockScrollbarSettings()
« no previous file with comments | « third_party/WebKit/Source/web/mac/WebScrollbarTheme.mm ('k') | third_party/WebKit/public/platform/WebScrollbarThemePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698