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

Unified Diff: webkit/common/gpu/test_context_provider_factory.cc

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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/test_context_provider_factory.cc
diff --git a/webkit/gpu/test_context_provider_factory.cc b/webkit/common/gpu/test_context_provider_factory.cc
similarity index 91%
rename from webkit/gpu/test_context_provider_factory.cc
rename to webkit/common/gpu/test_context_provider_factory.cc
index a8ac73bec144c3a57ba8cc976e53fdbb721d8620..69ae38576ac435b33fd71b0ce227c4b0fb72d64b 100644
--- a/webkit/gpu/test_context_provider_factory.cc
+++ b/webkit/common/gpu/test_context_provider_factory.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/gpu/test_context_provider_factory.h"
+#include "webkit/common/gpu/test_context_provider_factory.h"
#include "base/logging.h"
#include "cc/output/context_provider.h"
-#include "webkit/gpu/context_provider_in_process.h"
+#include "webkit/common/gpu/context_provider_in_process.h"
namespace webkit {
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698