Index: third_party/WebKit/Source/core/style/ComputedStyle.h |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h |
index 24244f15da3a64689fe9d062fa79d80cbc04cbf5..f097d9f068b10ebb624296be721d9fb51b2e73ee 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -1838,6 +1838,9 @@ public: |
accessMaskLayers().fillUnsetProperties(); |
} |
} |
+ |
+ bool hasImage(); |
+ |
void setMaskBoxImage(const NinePieceImage& b) { SET_VAR(m_rareNonInheritedData, m_maskBoxImage, b); } |
void setMaskBoxImageSlicesFill(bool fill) |
{ |