summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/texture_layer_client.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 14:34:04 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-04 11:15:27 +0000
commite6430e577f105ad8813c92e75c54660c4985026e (patch)
tree88115e5d1fb471fea807111924dcccbeadbf9e4f /chromium/cc/layers/texture_layer_client.h
parent53d399fe6415a96ea6986ec0d402a9c07da72453 (diff)
BASELINE: Update Chromium to 61.0.3163.99
Change-Id: I8452f34574d88ca2b27af9bd56fc9ff3f16b1367 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/cc/layers/texture_layer_client.h')
-rw-r--r--chromium/cc/layers/texture_layer_client.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/cc/layers/texture_layer_client.h b/chromium/cc/layers/texture_layer_client.h
index 247946429ef..be96234cd3f 100644
--- a/chromium/cc/layers/texture_layer_client.h
+++ b/chromium/cc/layers/texture_layer_client.h
@@ -7,8 +7,11 @@
#include "cc/resources/single_release_callback.h"
-namespace cc {
+namespace viz {
class TextureMailbox;
+}
+
+namespace cc {
class TextureLayerClient {
public:
@@ -16,7 +19,7 @@ class TextureLayerClient {
// Returns false if no new data is available
// and the old mailbox is to be reused.
virtual bool PrepareTextureMailbox(
- TextureMailbox* mailbox,
+ viz::TextureMailbox* mailbox,
std::unique_ptr<SingleReleaseCallback>* release_callback) = 0;
protected: