Index: webkit/plugins/ppapi/ppapi_unittest.h |
diff --git a/webkit/plugins/ppapi/ppapi_unittest.h b/webkit/plugins/ppapi/ppapi_unittest.h |
index e79cdea5c1668a2b504c458183982833b2941081..ba6669aca328fceb89bfeaaccbbc51116bcdc185 100644 |
--- a/webkit/plugins/ppapi/ppapi_unittest.h |
+++ b/webkit/plugins/ppapi/ppapi_unittest.h |
@@ -38,6 +38,9 @@ class PpapiUnittest : public testing::Test, |
// Deletes the instance and module to simulate module shutdown. |
void ShutdownModule(); |
+ // Sets the view size of the plugin instance. |
+ void SetViewSize(int width, int height, float scale) const; |
+ |
protected: |
virtual MockPluginDelegate* NewPluginDelegate(); |