Commit 45f661a3 authored by Bill Orr's avatar Bill Orr Committed by Commit Bot

Remove an extra semicolon from openvr.h

Bug: 926235
Change-Id: I2a19192aa63aad43245074f81a4dfba36356f9bf
Reviewed-on: https://chromium-review.googlesource.com/c/1487958Reviewed-by: default avatarBill Orr <billorr@chromium.org>
Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Bill Orr <billorr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635376}
parent 6dd40392
......@@ -17,6 +17,7 @@ openvr.h has been modified to remove dllimport/dllexport when building a
non-component build so this can be built as a static library.
Redefined VRLog to avoid logspam on startup.
We use jsoncpp from \\third_party.
merge https://github.com/ValveSoftware/openvr/pull/1048
Copy the correct files with these commands:
copy %openvrsdk%\README.md %chromium%\src\third_party\openvr\src
......
......@@ -2371,7 +2371,7 @@ struct NotificationBitmap_t
, m_nHeight( 0 )
, m_nBytesPerPixel( 0 )
{
};
}
void *m_pImageData;
int32_t m_nWidth;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment