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

Unified Diff: Source/WebCore/platform/Scrollbar.cpp

Issue 13905007: Remove the last remaining PLATFORM() bits from WebCore. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fffffffffff Created 7 years, 8 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
« no previous file with comments | « Source/WebCore/platform/ScrollAnimator.cpp ('k') | Source/WebCore/platform/SecureTextInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/Scrollbar.cpp
diff --git a/Source/WebCore/platform/Scrollbar.cpp b/Source/WebCore/platform/Scrollbar.cpp
index 9b7d59587e2f68dcffc8b6c8c34c9f3f58820e03..4becbe28a3d68e78c60e59873ff2ff824f035a54 100644
--- a/Source/WebCore/platform/Scrollbar.cpp
+++ b/Source/WebCore/platform/Scrollbar.cpp
@@ -44,7 +44,7 @@
using namespace std;
-#if PLATFORM(CHROMIUM) && (OS(UNIX) && !OS(DARWIN))
+#if OS(UNIX) && !OS(DARWIN)
// The position of the scrollbar thumb affects the appearance of the steppers, so
// when the thumb moves, we have to invalidate them for painting.
#define THUMB_POSITION_AFFECTS_BUTTONS
« no previous file with comments | « Source/WebCore/platform/ScrollAnimator.cpp ('k') | Source/WebCore/platform/SecureTextInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698