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

Unified Diff: Source/core/layout/LayoutScrollbarTheme.h

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/core/layout/LayoutScrollbarPart.cpp ('k') | Source/core/layout/LayoutScrollbarTheme.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutScrollbarTheme.h
diff --git a/Source/core/rendering/RenderScrollbarTheme.h b/Source/core/layout/LayoutScrollbarTheme.h
similarity index 94%
rename from Source/core/rendering/RenderScrollbarTheme.h
rename to Source/core/layout/LayoutScrollbarTheme.h
index 5b98e9c0030c6352dc222cf58c5421ee62987b73..a206992d5f8a633452c07f26f2c0a6c10fca9dd3 100644
--- a/Source/core/rendering/RenderScrollbarTheme.h
+++ b/Source/core/layout/LayoutScrollbarTheme.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef RenderScrollbarTheme_h
-#define RenderScrollbarTheme_h
+#ifndef LayoutScrollbarTheme_h
+#define LayoutScrollbarTheme_h
#include "platform/scroll/ScrollbarTheme.h"
@@ -32,9 +32,9 @@ namespace blink {
class PlatformMouseEvent;
-class RenderScrollbarTheme final : public ScrollbarTheme {
+class LayoutScrollbarTheme final : public ScrollbarTheme {
public:
- virtual ~RenderScrollbarTheme() { }
+ virtual ~LayoutScrollbarTheme() { }
virtual int scrollbarThickness(ScrollbarControlSize controlSize) override { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
@@ -56,7 +56,7 @@ public:
void buttonSizesAlongTrackAxis(ScrollbarThemeClient*, int& beforeSize, int& afterSize);
- static RenderScrollbarTheme* renderScrollbarTheme();
+ static LayoutScrollbarTheme* renderScrollbarTheme();
protected:
virtual bool hasButtons(ScrollbarThemeClient*) override;
@@ -78,4 +78,4 @@ protected:
} // namespace blink
-#endif // RenderScrollbarTheme_h
+#endif // LayoutScrollbarTheme_h
« no previous file with comments | « Source/core/layout/LayoutScrollbarPart.cpp ('k') | Source/core/layout/LayoutScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698