Chromium Code Reviews| Index: ui/gl/gl_image_ref_counted_memory.h |
| diff --git a/ui/gl/gl_image_ref_counted_memory.h b/ui/gl/gl_image_ref_counted_memory.h |
| index 3e39841f5a7ecb23b3c305caf85003337274e2c4..83db8d76b70f138e7557db7f1ca02521201ce04d 100644 |
| --- a/ui/gl/gl_image_ref_counted_memory.h |
| +++ b/ui/gl/gl_image_ref_counted_memory.h |
| @@ -24,6 +24,10 @@ class GL_EXPORT GLImageRefCountedMemory : public GLImageMemory { |
| // Overridden from GLImage: |
| void Destroy(bool have_context) override; |
|
reveman
2015/08/18 08:32:52
nit: remove blank line
ericrk
2015/08/18 09:00:47
Done.
|
| + void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
| + uint64_t process_tracing_id, |
| + const std::string& dump_name) override; |
| + |
| protected: |
| ~GLImageRefCountedMemory() override; |