mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Replace use of c++ keyword 'default' in c++ code and C APIs. Also correct obsolete use of qualified name in member declaration.
This commit is contained in:
parent
3bf1085c72
commit
1471a6dc80
5 changed files with 7 additions and 7 deletions
|
@ -239,7 +239,7 @@ private:
|
|||
bool mTransient = false;
|
||||
std::optional<hstring> mInitUrl = {};
|
||||
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel Panel();
|
||||
void CreateNativeWindow();
|
||||
EGLNativeWindowType GetNativeWindow();
|
||||
void RecoverFromLostDevice();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue