| Index: content/browser/renderer_host/backing_store_mac.h
|
| diff --git a/content/browser/renderer_host/backing_store_mac.h b/content/browser/renderer_host/backing_store_mac.h
|
| index 49344448735cf128230003eb1a14c8208546da77..90475d9b89dbbf5e024d76ab27be6ef9286eb330 100644
|
| --- a/content/browser/renderer_host/backing_store_mac.h
|
| +++ b/content/browser/renderer_host/backing_store_mac.h
|
| @@ -12,7 +12,7 @@
|
|
|
| class BackingStoreMac : public BackingStore {
|
| public:
|
| - BackingStoreMac(RenderWidgetHost* widget, const gfx::Size& size);
|
| + BackingStoreMac(content::RenderWidgetHost* widget, const gfx::Size& size);
|
| virtual ~BackingStoreMac();
|
|
|
| // A CGLayer that stores the contents of the backing store, cached in GPU
|
|
|