summaryrefslogtreecommitdiffstats
path: root/src/core/ozone_platform_eglfs.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-12 16:05:08 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-16 21:32:59 +0000
commit4cc28c7c89f794d469f5e8f778ff05effe8c646f (patch)
tree2ad8ec8807145908fd2805cdeaa3b3954b1ea4df /src/core/ozone_platform_eglfs.cpp
parenta3a82775eb0a8c02e58c0aabd5669fbc1867dcbb (diff)
Add missing const declaration to new virtual
OpenClientNativePixmapDevice() as the only pure virtual method is const. Change-Id: Ic5843bcc4682f906a028ec5c6d7615dd407f57fb Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/ozone_platform_eglfs.cpp')
-rw-r--r--src/core/ozone_platform_eglfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ozone_platform_eglfs.cpp b/src/core/ozone_platform_eglfs.cpp
index 726f779e8..3ee2f1c4b 100644
--- a/src/core/ozone_platform_eglfs.cpp
+++ b/src/core/ozone_platform_eglfs.cpp
@@ -181,7 +181,7 @@ scoped_ptr<ui::NativeDisplayDelegate> OzonePlatformEglfs::CreateNativeDisplayDel
return scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateOzone());
}
-base::ScopedFD OzonePlatformEglfs::OpenClientNativePixmapDevice()
+base::ScopedFD OzonePlatformEglfs::OpenClientNativePixmapDevice() const
{
return base::ScopedFD();
}