summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/backing_store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/backing_store.cc')
-rw-r--r--content/browser/renderer_host/backing_store.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/renderer_host/backing_store.cc b/content/browser/renderer_host/backing_store.cc
index 2c6edfc..63bd1a3 100644
--- a/content/browser/renderer_host/backing_store.cc
+++ b/content/browser/renderer_host/backing_store.cc
@@ -4,7 +4,8 @@
#include "content/browser/renderer_host/backing_store.h"
-BackingStore::BackingStore(RenderWidgetHost* widget, const gfx::Size& size)
+BackingStore::BackingStore(content::RenderWidgetHost* widget,
+ const gfx::Size& size)
: render_widget_host_(widget),
size_(size) {
}