Index: public/platform/WebThemeEngine.h |
diff --git a/public/platform/WebThemeEngine.h b/public/platform/WebThemeEngine.h |
index aa3fe1c66830e18e3312cd5062f4298902de2793..a575b59c294d7faded2f3a5bbf6759f3615668c8 100644 |
--- a/public/platform/WebThemeEngine.h |
+++ b/public/platform/WebThemeEngine.h |
@@ -186,6 +186,7 @@ public: |
virtual WebSize getSize(Part) { return WebSize(); } |
// Paint the given the given theme part. |
virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { } |
+ virtual void paintStateTransition(WebCanvas*, Part, State, State, double, const WebRect&) { } |
}; |
} // namespace blink |