~rpadovani/oxide/type-info

« back to all changes in this revision

Viewing changes to shared/common/oxide_content_client.h

  • Committer: Riccardo Padovani
  • Date: 2015-10-19 07:56:29 UTC
  • mfrom: (1088.1.131 oxide)
  • Revision ID: riccardo@rpadovani.com-20151019075629-z0mlhwlb9xflkovw
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// vim:expandtab:shiftwidth=2:tabstop=2:
2
 
// Copyright (C) 2013 Canonical Ltd.
 
2
// Copyright (C) 2013-2015 Canonical Ltd.
3
3
 
4
4
// This library is free software; you can redistribute it and/or
5
5
// modify it under the terms of the GNU Lesser General Public
47
47
                                    ui::ScaleFactor scale_factor) const final;
48
48
  base::RefCountedStaticMemory* GetDataResourceBytes(
49
49
      int resource_id) const final;
 
50
  bool ShouldOptimizeForMemoryUsage() const final;
50
51
 
51
52
  DISALLOW_COPY_AND_ASSIGN(ContentClient);
52
53
};