| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| ===================================================================
|
| --- content/renderer/renderer_webkitplatformsupport_impl.h (revision 152976)
|
| +++ content/renderer/renderer_webkitplatformsupport_impl.h (working copy)
|
| @@ -67,6 +67,14 @@
|
| const WebKit::WebURL& url) OVERRIDE;
|
| virtual void screenColorProfile(WebKit::WebVector<char>* to_profile) OVERRIDE;
|
| virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
|
| + virtual void createIDBKeysFromSerializedValuesAndKeyPath(
|
| + const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
|
| + const WebKit::WebIDBKeyPath& keyPath,
|
| + WebKit::WebVector<WebKit::WebIDBKey>& keys) OVERRIDE;
|
| + virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
|
| + const WebKit::WebIDBKey& key,
|
| + const WebKit::WebSerializedScriptValue& value,
|
| + const WebKit::WebIDBKeyPath& keyPath) OVERRIDE;
|
| virtual WebKit::WebFileSystem* fileSystem() OVERRIDE;
|
| virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
|
| virtual bool canAccelerate2dCanvas();
|
|
|