summaryrefslogtreecommitdiff
path: root/chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h')
-rw-r--r--chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h b/chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h
index ec51ba18c5c..f367bfce81d 100644
--- a/chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h
+++ b/chromium/third_party/dawn/src/dawn_native/d3d12/PlatformFunctions.h
@@ -35,7 +35,7 @@ namespace dawn_native { namespace d3d12 {
~PlatformFunctions();
MaybeError LoadFunctions();
- bool isPIXEventRuntimeLoaded() const;
+ bool IsPIXEventRuntimeLoaded() const;
// Functions from d3d12.dll
PFN_D3D12_CREATE_DEVICE d3d12CreateDevice = nullptr;