Refactor frame_capture_utils.h to frame_capture_test_utils.h

frame_capture_utils.h is only used in tests so changing the name to be
frame_capture_test_utils.h is more appropriate. Also
frame_capture_utils.h will now be a file in libANGLE_with_capture
library where serialization code is stored.

Bug: angleproject:4806
Change-Id: I7482693a75b2d0edda7e84ae9b777fd3f46f1855
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2273917
Commit-Queue: Manh Nguyen <nguyenmh@google.com>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Manh Nguyen
2020-06-29 13:47:13 -04:00
committed by Commit Bot
parent 58ff77a835
commit bdf91e5fb9
5 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
#include <functional>
#include "util/frame_capture_utils.h"
#include "util/frame_capture_test_utils.h"
// Build the right context header based on replay ID
// This will expand to "angle_capture_context<#>.h"