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

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

Issue 256623009: Merge 171683 "Makes windows repaint scrollbars when position cha..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1916/
Patch Set: Created 6 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 | « LayoutTests/platform/win/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/Scrollbar.cpp
===================================================================
--- Source/platform/scroll/Scrollbar.cpp (revision 172664)
+++ Source/platform/scroll/Scrollbar.cpp (working copy)
@@ -37,7 +37,7 @@
using namespace std;
-#if OS(POSIX) && !OS(MACOSX)
+#if ((OS(POSIX) && !OS(MACOSX)) || OS(WIN))
// 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 | « LayoutTests/platform/win/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698