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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
index 4388bddc4e8b9b5b74c0908cedd625547e3c2107..a5f0c32faf6b365f96fc0055541b4c726eb0fd87 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
@@ -5,6 +5,7 @@
#ifndef Extensions3DUtil_h
#define Extensions3DUtil_h
+#include <memory>
#include "platform/PlatformExport.h"
#include "third_party/khronos/GLES2/gl2.h"
#include "wtf/Allocator.h"
@@ -12,7 +13,6 @@
#include "wtf/Noncopyable.h"
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-#include <memory>
namespace gpu {
namespace gles2 {

Powered by Google App Engine
This is Rietveld 408576698