| Index: content/renderer/renderer_blink_platform_impl.h
|
| diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
| index 98f9e9c8abb1a2b4ba0d610f57a0f167bc5db537..089681d9fef26034fae6c81f2f2a433ae3b00308 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.h
|
| +++ b/content/renderer/renderer_blink_platform_impl.h
|
| @@ -103,6 +103,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| const blink::WebURL& url);
|
| virtual void getPluginList(bool refresh,
|
| blink::WebPluginListBuilder* builder);
|
| + virtual void getGPUBlackList(blink::WebGPUBlackList* blacklist);
|
| virtual blink::WebPublicSuffixList* publicSuffixList();
|
| virtual void screenColorProfile(blink::WebVector<char>* to_profile);
|
| virtual blink::WebScrollbarBehavior* scrollbarBehavior();
|
|
|