| Index: cc/test/test_texture.h
|
| diff --git a/cc/test/test_texture.h b/cc/test/test_texture.h
|
| index a2864689f61685352c289e3f176b0b7ade06829a..604432e66d1181dcb47b4ef126873b00bd1c9d35 100644
|
| --- a/cc/test/test_texture.h
|
| +++ b/cc/test/test_texture.h
|
| @@ -26,7 +26,7 @@ struct TestTexture : public base::RefCounted<TestTexture> {
|
|
|
| // TODO(mvujovic): Replace this with a hash map of texture parameter names
|
| // and values, which can hold this filter parameter value and more.
|
| - WebKit::WGC3Denum filter;
|
| + blink::WGC3Denum filter;
|
|
|
| private:
|
| friend class base::RefCounted<TestTexture>;
|
|
|