summaryrefslogtreecommitdiff
path: root/chromium/ppapi/cpp/view.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-08-14 11:38:45 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-08-14 17:16:47 +0000
commit3a97ca8dd9b96b599ae2d33e40df0dd2f7ea5859 (patch)
tree43cc572ba067417c7341db81f71ae7cc6e0fcc3e /chromium/ppapi/cpp/view.h
parentf61ab1ac7f855cd281809255c0aedbb1895e1823 (diff)
downloadqtwebengine-chromium-3a97ca8dd9b96b599ae2d33e40df0dd2f7ea5859.tar.gz
BASELINE: Update chromium to 45.0.2454.40
Change-Id: Id2121d9f11a8fc633677236c65a3e41feef589e4 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'chromium/ppapi/cpp/view.h')
-rw-r--r--chromium/ppapi/cpp/view.h2
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