Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: webkit/common/gpu/managed_memory_policy_convert.h

Issue 20185002: ContextProvider in OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: contextprovider: don't access Context3d() in OutputSurface contructors, it's not bound yet Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/common/gpu/managed_memory_policy_convert.h
diff --git a/webkit/common/gpu/managed_memory_policy_convert.h b/webkit/common/gpu/managed_memory_policy_convert.h
new file mode 100644
index 0000000000000000000000000000000000000000..0309683a8cecb9d9786d69eb83cb334005d69e7e
--- /dev/null
+++ b/webkit/common/gpu/managed_memory_policy_convert.h
@@ -0,0 +1,25 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
+#define WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
+
+#include "cc/output/managed_memory_policy.h"
+#include "third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h"
+#include "webkit/common/gpu/webkit_gpu_export.h"
+
+namespace webkit {
+namespace gpu {
+
+class WEBKIT_GPU_EXPORT ManagedMemoryPolicyConvert {
+ public:
+ static cc::ManagedMemoryPolicy Convert(
+ const WebKit::WebGraphicsMemoryAllocation& allocation,
+ bool* discard_backbuffer_when_not_visible);
+};
+
+} // namespace gpu
+} // namespace webkit
+
+#endif // WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
« no previous file with comments | « webkit/common/gpu/context_provider_in_process.cc ('k') | webkit/common/gpu/managed_memory_policy_convert.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698