Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
index d7a837c51b495fe5c22bc863bf965835de82537a..f98daf2017a0962a0d114cdc9d2b3137c3a5255f 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
@@ -81,7 +81,7 @@ private: |
static void updateTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&); |
static void updateEffect(const LayoutObject&, PaintPropertyTreeBuilderContext&); |
static void updateCssClip(const LayoutObject&, PaintPropertyTreeBuilderContext&); |
- static void updateLocalBorderBoxContext(const LayoutObject&, const PaintPropertyTreeBuilderContext&); |
+ static void updateLocalBorderBoxContext(const LayoutObject&, PaintPropertyTreeBuilderContext&); |
static void updateScrollbarPaintOffset(const LayoutObject&, const PaintPropertyTreeBuilderContext&); |
static void updateOverflowClip(const LayoutObject&, PaintPropertyTreeBuilderContext&); |
static void updatePerspective(const LayoutObject&, PaintPropertyTreeBuilderContext&); |