Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index 452c42092384d6503656ab3160c8abcf3833556f..8ca36dc20aa3b1e2cfd818d662036b4e9e45edb0 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -138,6 +138,9 @@ class ASH_EXPORT ShellDelegate { |
// value. |
virtual WindowTreeHostFactory* CreateWindowTreeHostFactory() = 0; |
+ // Creates a GPU support object. Shell takes ownership of the object. |
+ virtual GPUSupport* CreateGPUSupport() = 0; |
+ |
// Get the product name. |
virtual base::string16 GetProductName() const = 0; |
}; |