diff options
Diffstat (limited to 'chromium/ppapi/cpp/view.h')
-rw-r--r-- | chromium/ppapi/cpp/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ppapi/cpp/view.h b/chromium/ppapi/cpp/view.h index 13c7a81b587..7abcac79148 100644 --- a/chromium/ppapi/cpp/view.h +++ b/chromium/ppapi/cpp/view.h @@ -24,7 +24,7 @@ class View : public Resource { /// Creates a View resource, taking and holding an additional reference to /// the given resource handle. - View(PP_Resource view_resource); + explicit View(PP_Resource view_resource); /// GetRect() retrieves the rectangle of the module instance associated /// with a view changed notification relative to the upper-left of the browser |