diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 17:49:41 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 17:49:41 +0000 |
commit | 3979b7df049bbcf8197cfe0849c1f526795b7c56 (patch) | |
tree | 80735491fbc9220a449133ce4064bfa645f128c5 /webkit/glue/webkit_glue.h | |
parent | 09642233be151b5dc640043e594b043850cbac69 (diff) | |
download | chromium_src-3979b7df049bbcf8197cfe0849c1f526795b7c56.zip chromium_src-3979b7df049bbcf8197cfe0849c1f526795b7c56.tar.gz chromium_src-3979b7df049bbcf8197cfe0849c1f526795b7c56.tar.bz2 |
Enable <video> using cache
Retrying the following two patches:
http://codereview.chromium.org/253001/show
http://codereview.chromium.org/248012/show
TBR=scherkus
Review URL: http://codereview.chromium.org/242073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r-- | webkit/glue/webkit_glue.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 73fbe6b..1874510 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -122,6 +122,11 @@ WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*); // used to get memory usage statistics. int GetGlyphPageCount(); +// Methods to query and enable media cache. +// TODO(hclam): Remove these methods when the cache is stable enough. +bool IsMediaCacheEnabled(); +void SetMediaCacheEnabled(bool enabled); + //---- END FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE ------------------------------- |