Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index a0991c59523aada80632e0456d83464fd34f2b6c..6971706095260cc015ad162921a6d1f12160b5fe 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -959,6 +959,7 @@ public: |
bool willChangeContents() const { return rareNonInheritedData->m_willChange->m_contents; } |
bool willChangeScrollPosition() const { return rareNonInheritedData->m_willChange->m_scrollPosition; } |
bool hasWillChangeCompositingHint() const; |
+ bool hasWillChangeGpuRasterizationHint() const; |
// attribute setter methods |