commit | 9082b982b9c377384563d85dafa24ad717cd58c5 | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Wed Apr 27 15:21:51 2016 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 29 01:47:03 2016 +0000 |
tree | 673dc11ad14319016b1a8064c3f90e45d89fdd95 | |
parent | 9b8b359fa3615be7c7492239a48f61103b2e4fcc [diff] [blame] |
Rename gl::Data to gl::ContextState. Part of the new world order of renaming the Obj::Data classes to ObjState. BUG=angleproject:1363 Change-Id: I15cf002b8b093d687f540b9e86f045874af24a7e Reviewed-on: https://chromium-review.googlesource.com/340740 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
diff --git a/src/libANGLE/validationES_unittest.cpp b/src/libANGLE/validationES_unittest.cpp index 5766c5f..a1ab029 100644 --- a/src/libANGLE/validationES_unittest.cpp +++ b/src/libANGLE/validationES_unittest.cpp
@@ -10,7 +10,7 @@ #include <gmock/gmock.h> #include <gtest/gtest.h> -#include "libANGLE/Data.h" +#include "libANGLE/ContextState.h" #include "libANGLE/renderer/FramebufferImpl_mock.h" #include "libANGLE/renderer/ProgramImpl_mock.h" #include "libANGLE/renderer/TextureImpl_mock.h"