Index: chrome/renderer/render_thread.h |
=================================================================== |
--- chrome/renderer/render_thread.h (revision 68066) |
+++ chrome/renderer/render_thread.h (working copy) |
@@ -28,6 +28,7 @@ |
class DevToolsAgentFilter; |
class FilePath; |
class GpuChannelHost; |
+class GpuFeatureFlags; |
class IndexedDBDispatcher; |
class ListValue; |
class NullableString16; |
@@ -311,7 +312,8 @@ |
void OnSpellCheckEnableAutoSpellCorrect(bool enable); |
void OnGpuChannelEstablished(const IPC::ChannelHandle& channel_handle, |
- const GPUInfo& gpu_info); |
+ const GPUInfo& gpu_info, |
+ const GpuFeatureFlags& gpu_feature_flags); |
void OnSetPhishingModel(IPC::PlatformFileForTransit model_file); |